Build the IO/GeoJSON module. Closes: #1029285
authorMichael R. Crusoe <crusoe@debian.org>
Tue, 30 Apr 2024 09:31:07 +0000 (11:31 +0200)
committerMichael R. Crusoe <crusoe@debian.org>
Tue, 30 Apr 2024 12:46:08 +0000 (14:46 +0200)
debian/changelog
debian/rules

index 49ce931d2669149c98475d68e7f9b523ce862ee0..557391b5549357764a01d6a2b1354e1bfd09d52c 100644 (file)
@@ -1,3 +1,26 @@
+vtk9 (9.1.0+really9.1.0+dfsg2-9) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Build the IO/GeoJSON module. Closes: #1029285
+    To the binary package libvtk9.1t64, this adds
+      /usr/lib/${DEB_HOST_MULTIARCH}/libvtkIOGeoJSON-9.1.so.9.1.0
+      /usr/lib/${DEB_HOST_MULTIARCH}/vtk/hierarchy/VTK/vtkIOGeoJSON-hierarchy.txt
+      /usr/lib/${DEB_HOST_MULTIARCH}/libvtkIOGeoJSON-9.1.so.1
+    To the binary package libvtk9-dev, this adds
+      /usr/include/vtk-9.1/vtkGeoJSONFeature.h
+      /usr/include/vtk-9.1/vtkGeoJSONReader.h
+      /usr/include/vtk-9.1/vtkGeoJSONWriter.h
+      /usr/include/vtk-9.1/vtkIOGeoJSONModule.h
+      /usr/lib/${DEB_HOST_MULTIARCH}/libvtkIOGeoJSON-9.1.so
+    To the binary package libvtk9-java, this adds
+      /usr/lib/${DEB_HOST_MULITARCH}/java/vtk-Linux-${DEB_HOST_GNU_CPU}
+        /libvtkIOGeoJSONJava.so
+    To the binary package python3-vtk9, this adds
+      /usr/lib/python3/dist-packages/vtkmodules
+        /vtkIOGeoJSON.cpython-311-${DEB_HOST_GNU_CPU}.so
+
+ -- Michael R. Crusoe <crusoe@debian.org>  Tue, 30 Apr 2024 11:31:01 +0200
+
 vtk9 (9.1.0+really9.1.0+dfsg2-8) unstable; urgency=medium
 
   [ Bo YU ]
index 081b43a2bbbc90d911961230b451fd1c6ba35fd1..e5c4d3218d58bd548b0ba2787b12825cca2c8f39 100755 (executable)
@@ -45,6 +45,7 @@ extra_flags +=  \
        -DVTK_GROUP_ENABLE_Views:STRING="YES" \
        -DVTK_GROUP_ENABLE_MPI:STRING="YES" \
        -DVTK_GROUP_ENABLE_Imaging:STRING="YES" \
+       -DVTK_MODULE_ENABLE_VTK_IOGeoJSON:STRING="YES" \
        -DVTK_MODULE_ENABLE_VTK_RenderingQt:STRING="YES" \
        -DVTK_MODULE_ENABLE_VTK_RenderingTk:STRING="YES" \
        -DVTK_MODULE_ENABLE_VTK_utf8:STRING="YES" \